golang.org/x/net/http2.inflow.unsent (field)
7 uses
	golang.org/x/net/http2 (current package)
		flow.go#L18: 	unsent int32
		flow.go#L37: 	unsent := int64(f.unsent) + int64(n)
		flow.go#L44: 	f.unsent = int32(unsent)
		flow.go#L45: 	if f.unsent < inflowMinRefresh && f.unsent < f.avail {
		flow.go#L50: 	f.avail += f.unsent
		flow.go#L51: 	f.unsent = 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)